.new_search1 {
    background: #7199f8;
    height: 80px;
    position: relative;
}
.search_img {
    margin-top:-8px;
    display:inline-block;
    float:left
}

.search_line {
	width:200px;
	letter-spacing:2px;
	display:inline-block;
	float:left;
	border-radius:5px;
	height: 80px;
	text-align: center;
	line-height: 80px
}    
.search_text {
	width: 590px;
	height: 50px;
	display:inline-block;
	float: left;
	border-radius: 5px;
	margin: 15px 0px 0px 10px;
	padding-left: 10px;
}
input#index_search:focus {
    box-shadow: 0 0 6px #023e7b;
}
.search_button {
	width: 132px;
	height: 50px;
	display:inline-block;
	float: right;
	position: relative;
	border-radius: 20px;
	margin: 15px 0px 0px 15px;
	background-color:#ff9a00;
	letter-spacing:3px;
	box-shadow: 0 6px #cc6600;
}
input#index_search_button:hover {
    box-shadow: 0 4px #cc6600;
    top: 2px;
}
input#index_search_button:active {
    box-shadow: 0 0 #cc6600;
    top: 6px;
}
.new_search2 {
	height:50px;
	background:#003366;
}
.city_list li {
	float:left;    
}
.city_list li>a{
	display: inline-block;
    width: 114px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    opacity: 0.8;
    transition: all 0.3s ease;
} 
.city_list li>a:hover {
    opacity: 1;
    background-color: #012a52;
}

